type testing/iotest.smallByteReader
5 uses
testing/iotest (current package)
reader.go#L106: type smallByteReader struct {
reader.go#L112: func (r *smallByteReader) Read(p []byte) (int, error) {
reader.go#L144: data, err := io.ReadAll(&smallByteReader{r: r})
reader.go#L183: data, err := io.ReadAll(&smallByteReader{r: r})
reader.go#L200: data, err = io.ReadAll(&smallByteReader{r: r})
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)